HelpPath{Create}CommandName{createEdit}ReturnValue{int handle=}OpenBrace{(}Parameters{int x, int y, int width, int height, bool multiLine, handle parent}CloseBrace{)}Description{Creates an edit gadget.  Edits are boxes into which the user can type text.  They are usually to allow the user to enter or edit values, eg: the name of a character in an RPG editor.  Edit gadgets have a built-in right-click menu with Cut,Copy,Paste,Undo}ReturnDescription{Handle to the new panel.}Param1{x}Param1Desc{X position of new gadget}Param2{y}Param2Desc{Y position of new gadget}Param3{width}Param3Desc{Width of new gadget in pixels}Param4{height}Param4Desc{Height of new gadget in pixels}Param5{multiLine}Param5Desc{If 0, the gadget can only have one line of text and scrolls horizontally.  If 1, the gadget can have multiple lines of text.  When the text reaches the end of a line it is wrapped onto the next.  Multiline text boxes scroll vertically.}Param6{}Param6Desc{}Remarks{}Param7{parent}Param7Desc{Handle to the parent of the new gadget, or 0 for the main window}ExampleSource{}SeeAlso{}